HTTP Functions
PHP Manual

http_send_stream

(PECL pecl_http >= 0.1.0)

http_send_streamSend stream

Descripción

bool http_send_stream ( resource $stream )

Sends an already opened stream with support for (multiple) range requests.

Lista de parámetros

stream

stream to read from (must be seekable)

Valores retornados

Devuelve TRUE si todo se llevó a cabo correctamente, FALSE en caso de fallo.

Ver también


HTTP Functions
PHP Manual